projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b783f6
)
build: Correct PangoCairo required version
author
Chun-wei Fan
<fanchunwei@src.gnome.org>
Tue, 12 Sep 2017 05:31:28 +0000
(13:31 +0800)
committer
Chun-wei Fan
<fanchunwei@src.gnome.org>
Fri, 15 Sep 2017 13:41:15 +0000
(21:41 +0800)
We ought to use pango_req instead of cairo_req for the version required
for PangoCairo.
https://bugzilla.gnome.org/show_bug.cgi?id=785210
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 7bc891247ad72c69171d31ed98821e15bba23cad..8e90f9e047bee1394d4886e1aacabfd790244ac2 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-329,7
+329,7
@@
pango_dep = dependency('pango', version: pango_req,
fallback : ['pango', 'libpango_dep'])
pangoft_dep = dependency('pangoft2', required: wayland_enabled or x11_enabled,
fallback : ['pango', 'libpangoft2_dep'])
-pangocairo_dep = dependency('pangocairo', version:
cair
o_req,
+pangocairo_dep = dependency('pangocairo', version:
pang
o_req,
fallback : ['pango', 'libpangocairo_dep'])
pixbuf_dep = dependency('gdk-pixbuf-2.0', version: gdk_pixbuf_req,
fallback : ['gdk-pixbuf', 'gdkpixbuf_dep'])